-
Notifications
You must be signed in to change notification settings - Fork 246
DRIVERS-3262: appendMetadata()
does not append duplicate metdata
#1833
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
appendClientMetadata()
does not append duplicate metdataappendMetadata()
does not append duplicate metdata
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Just a couple of small things here; will approve once cross-referenced with Node implementation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, pending typo fix, negotiated wording in the spec text, and the removal of the redundant test case from the duplicate metadata set in Test 3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Go Driver implementation here: mongodb/mongo-go-driver#2197
This PR updates the handshake specification to clarify that drivers MUST NOT append the same metadata multiple times to a MongoClient.
Please complete the following before merging:
clusters).